home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_300
/
359_11
/
patch5.000
/
EMU387
/
E57.CC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-09-11
|
264 b
|
19 lines
#include "emu.h"
#include "rmov.h"
void emu_57()
{
if (modrm > 0277)
{
//
emu_bad();
}
else
{
// fstsw m2byte
status_word &= ~SW_TOP;
status_word |= (top&7) * SW_TOPS;
*(short *)get_modrm() = status_word;
}
}